-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 340142 b: refs/heads/master c: 7423d2d h: refs/heads/master v: v3
- Loading branch information
Stefan Roese
authored and
Arnd Bergmann
committed
Nov 26, 2012
1 parent
95a65a5
commit bd72629
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 97c0bd411c188158d4a7e6d4bdee9382dc036be9 | ||
refs/heads/master: 7423d2d817b815cc5bc41316f4aaa8ace3c4153e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Copyright 2012 Stefan Roese | ||
* Stefan Roese <sr@denx.de> | ||
* | ||
* The code contained herein is licensed under the GNU General Public | ||
* License. You may obtain a copy of the GNU General Public License | ||
* Version 2 or later at the following locations: | ||
* | ||
* http://www.opensource.org/licenses/gpl-license.html | ||
* http://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
/include/ "sunxi.dtsi" | ||
|
||
/ { | ||
memory { | ||
reg = <0x40000000 0x80000000>; | ||
}; | ||
}; |