Changeset d8bb821 in mainline
- Timestamp:
- 2014-12-20T13:39:59Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30730e5
- Parents:
- 57265539
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/_link.ld.in
r57265539 rd8bb821 2 2 3 3 SECTIONS { 4 . = 0x0 2000000;4 . = 0x08000000; 5 5 .text : { 6 6 *(BOOTSTRAP); -
boot/arch/ppc32/include/arch.h
r57265539 rd8bb821 35 35 #define BOOT_OFFSET 0x8000 36 36 37 #define LOADER_ADDRESS 0x0 200000037 #define LOADER_ADDRESS 0x08000000 38 38 39 39 #ifndef __ASM__ -
defaults/ppc32/Makefile.config
r57265539 rd8bb821 40 40 # OHCI root hub power switch, ganged is enough 41 41 OHCI_POWER_SWITCH = ganged 42 43 # Barebone build with essential binaries only44 CONFIG_BAREBONE = y
Note:
See TracChangeset
for help on using the changeset viewer.