diff options
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 56d5850f8f..144713d2e0 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -12,6 +12,7 @@ uses CONFIG_SANDPOINT_ALTIMUS uses CONFIG_COMPRESS uses DEFAULT_CONSOLE_LOGLEVEL uses CONFIG_USE_INIT +uses CONFIG_CHIP_CONFIGURE uses NO_POST uses CONFIG_CONSOLE_SERIAL8250 uses TTYS0_BASE @@ -35,6 +36,9 @@ uses HEAP_SIZE ## Use stage 1 initialization code option CONFIG_USE_INIT=1 +## Use static configuration +option CONFIG_CHIP_CONFIGURE=1 + ## We don't use compressed image option CONFIG_COMPRESS=0 |