[U-Boot-Users] V2: Error in recent check-in

Hi Sascha,
You misspelled 'CONFIG' in your last check-in: 7c37b54184893d4fe4e23933e6a8deae1c9d62a2. This effectively disabled /dev/env0 (wonder if you tried it ;-)
Cheers! -Chris
diff --git a/board/pcm038/pcm038.c b/board/pcm038/pcm038.c index cb02e48..35093e8 100644 --- a/board/pcm038/pcm038.c +++ b/board/pcm038/pcm038.c @@ -132,7 +132,7 @@ static int pcm038_devices_init(void) register_device(&spi_dev); #endif
-#ifdef CONDFIG_PARTITION +#ifdef CONFIG_PARTITION dev_add_partition(&cfi_dev, 0x00000, 0x20000, PARTITION_FIXED, "self"); dev_add_partition(&cfi_dev, 0x20000, 0x20000, PARTITION_FIXED, "env"); #endif

Hi Chris,
On Mon, Jul 07, 2008 at 07:47:33PM -0700, Chris Zankel wrote:
Hi Sascha,
You misspelled 'CONFIG' in your last check-in: 7c37b54184893d4fe4e23933e6a8deae1c9d62a2. This effectively disabled /dev/env0 (wonder if you tried it ;-)
Not at runtime. Applied, thanks.
Sascha
participants (2)
-
Chris Zankel
-
Sascha Hauer