cartman: teach it that bigger is ok
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Apr 2019 10:39:07 +0000 (11:39 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Apr 2019 10:39:07 +0000 (11:39 +0100)
Kernel/tools/cartman.c

index 936a727..599fb54 100644 (file)
@@ -122,9 +122,7 @@ int main(int argc, char *argv[])
        end = s__DISCARD + l__DISCARD;
        printf("Image ends at %04X\n", end);
 
-       if (end >= 0xF380) {
-               /* One day we may have to put discard in the top 16K and
-                  juggle it into RAM */
+       if (end >= 0xFC80) {
                fprintf(stderr, "Image does not fit with bootstrap.\n");
                exit(1);
        }