diff options
author | Tom Rini <trini@ti.com> | 2014-01-06 14:07:08 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-06 14:07:08 -0500 |
commit | e7be18225fbea76d1f0034b224f0d1e60f07cfcf (patch) | |
tree | 6da1280e9e98b360a06177184105278c4f4c9e46 /board/freescale/t1040qds | |
parent | 895ec893a9df56b915b6ca1fa2ceba8fad7faf3d (diff) | |
parent | 8c618dd66adfab736b88a86f51c057b019988a90 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/t1040qds')
-rw-r--r-- | board/freescale/t1040qds/t1040_pbi.cfg | 2 | ||||
-rw-r--r-- | board/freescale/t1040qds/t1040qds.c | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/board/freescale/t1040qds/t1040_pbi.cfg b/board/freescale/t1040qds/t1040_pbi.cfg index 624398a25d..10b1a6d179 100644 --- a/board/freescale/t1040qds/t1040_pbi.cfg +++ b/board/freescale/t1040qds/t1040_pbi.cfg @@ -3,7 +3,7 @@ 09010000 00200400 09138000 00000000 091380c0 00000100 -#Configure CPC1 as 512KB SRAM +#Configure CPC1 as 256KB SRAM 09010100 00000000 09010104 fffc0007 09010f00 08000000 diff --git a/board/freescale/t1040qds/t1040qds.c b/board/freescale/t1040qds/t1040qds.c index 2aa176c7a2..de3ea5c2aa 100644 --- a/board/freescale/t1040qds/t1040qds.c +++ b/board/freescale/t1040qds/t1040qds.c @@ -239,3 +239,8 @@ void qixis_dump_switch(void) printf("SW%d = (0x%02x)\n", i, QIXIS_READ(cms[1])); } } + +int board_need_mem_reset(void) +{ + return 1; +} |