diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-08 06:14:13 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-17 09:17:27 -0500 |
commit | 912da8d606997822d44905b83ef47799a130a1b9 (patch) | |
tree | 5298ff53c6358ddd6b9448ee9d31c68bcc65f9b2 /include/configs/bf518f-ezbrd.h | |
parent | 03642aeee0d51660c35c9dbdde78882eb3efb350 (diff) |
Blackfin: bf518f-ezbrd: increase monitor length
The addition of KGDB overflowed the current linker section.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf518f-ezbrd.h')
-rw-r--r-- | include/configs/bf518f-ezbrd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf518f-ezbrd.h b/include/configs/bf518f-ezbrd.h index 234e5a4ac22..1e821d9084c 100644 --- a/include/configs/bf518f-ezbrd.h +++ b/include/configs/bf518f-ezbrd.h @@ -53,7 +53,7 @@ #define CONFIG_EBIU_AMBCTL0_VAL (B1WAT_15 | B1RAT_15 | B1HT_3 | B1RDYPOL | B0WAT_15 | B0RAT_15 | B0HT_3 | B0RDYPOL) #define CONFIG_EBIU_AMBCTL1_VAL (B3WAT_15 | B3RAT_15 | B3HT_3 | B3RDYPOL | B2WAT_15 | B2RAT_15 | B2HT_3 | B2RDYPOL) -#define CONFIG_SYS_MONITOR_LEN (384 * 1024) +#define CONFIG_SYS_MONITOR_LEN (512 * 1024) #define CONFIG_SYS_MALLOC_LEN (384 * 1024) |