dv_tablegen: Remove CONFIG_SMALL preprocessor check

The code does in no way depend on CONFIG_SMALL.
This commit is contained in:
Diego Biurrun 2013-11-10 22:12:55 +01:00
parent 6f1ec8edf2
commit 57f13fd7e9

View File

@ -22,9 +22,6 @@
#include <stdlib.h>
#define CONFIG_HARDCODED_TABLES 0
#ifndef CONFIG_SMALL
#error CONFIG_SMALL must be defined to generate tables
#endif
#include "dv_tablegen.h"
#include "tableprint.h"
#include <inttypes.h>