rockchip: misc: protect serial# from getting overwritten
[oweals/u-boot.git] / cmd / eeprom.c
index 7b1f81477fd83cd733e3d6d61bcedf95e9fe5189..4a1569baf31e46108cc3a485d0033f1a718d0160 100644 (file)
@@ -22,6 +22,7 @@
 #include <common.h>
 #include <config.h>
 #include <command.h>
+#include <eeprom.h>
 #include <i2c.h>
 #include <eeprom_layout.h>
 
@@ -108,7 +109,7 @@ static int eeprom_len(unsigned offset, unsigned end)
 
        /*
         * For a FRAM device there is no limit on the number of the
-        * bytes that can be ccessed with the single read or write
+        * bytes that can be accessed with the single read or write
         * operation.
         */
 #if !defined(CONFIG_SYS_I2C_FRAM)