diff options
author | Stefan Roese <sr@denx.de> | 2008-05-08 11:05:15 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-05-08 11:05:15 +0200 |
commit | a00eccfebc954ad9485161efeca7d9aaf626d530 (patch) | |
tree | 3d429b4ad8ff15e3a14d0449a14bea5327818e3d /include/configs/katmai.h | |
parent | cb5d88b9611e0c35c53543ad3b4ab99fa82203e3 (diff) |
ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
This patch adds fdt (flattened device tree) support to all remaining AMCC
eval boards. Most newer boards already support device tree. With this patch,
all AMCC boards now enable device tree passing from U-Boot to Linux
arch/powerpc kernels.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r-- | include/configs/katmai.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index d2f6b1021a3..cce883fd85f 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -79,7 +79,7 @@ #define CFG_ACE_BASE 0xfe000000 /* Xilinx ACE controller - Compact Flash */ #define CFG_MONITOR_BASE TEXT_BASE -#define CFG_MONITOR_LEN (0xFFFFFFFF - CFG_MONITOR_LEN + 1) +#define CFG_MONITOR_LEN (0xFFFFFFFF - CFG_MONITOR_BASE + 1) #define CFG_MALLOC_LEN (512 * 1024) /* Reserve 512 kB for malloc */ /*----------------------------------------------------------------------- |