mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-18 06:11:06 +02:00
f720de03be
- no more Broadcom kerSys* code - working runtime boot loader detection - updated flash map driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6896 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
155 B
C
7 lines
155 B
C
#define ADSL_SDRAM_IMAGE_SIZE (384*1024)
|
|
|
|
#define BOOT_LOADER_UNKNOWN 0
|
|
#define BOOT_LOADER_CFE 1
|
|
#define BOOT_LOADER_REDBOOT 2
|
|
#define BOOT_LOADER_LAST 2
|